From: Alp Aker Date: Thu, 28 Jul 2011 18:33:24 +0000 (-0400) Subject: Allow building with librsvg on Darwin (Bug#9177). X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~324^2~2699 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=1f602e43ae220281a93045c9e863d542b28d39db;p=emacs.git Allow building with librsvg on Darwin (Bug#9177). * configure.in (HAVE_RSVG): Allow use of -lrsvg-2 for any NextStep build, not just GNUstep. --- diff --git a/ChangeLog b/ChangeLog index 7b084d7162c..5b5772f13b4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2011-07-28 Alp Aker + + * configure.in (HAVE_RSVG): Allow use of -lrsvg-2 for any NextStep + build, not just GNUstep (Bug#9177). + 2011-07-28 Paul Eggert Assume freestanding C89 headers, string.h, stdlib.h. diff --git a/configure.in b/configure.in index 04a123d3e83..45219587131 100644 --- a/configure.in +++ b/configure.in @@ -1820,7 +1820,7 @@ fi ### Use -lrsvg-2 if available, unless `--with-rsvg=no' is specified. HAVE_RSVG=no -if test "${HAVE_X11}" = "yes" || test "${NS_IMPL_GNUSTEP}" = "yes"; then +if test "${HAVE_X11}" = "yes" || test "${HAVE_NS}" = "yes"; then if test "${with_rsvg}" != "no"; then RSVG_REQUIRED=2.11.0 RSVG_MODULE="librsvg-2.0 >= $RSVG_REQUIRED"